home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wsmooth.zip / WSMSRC.ZIP / WSMOOTH2 < prev    next >
Text File  |  1990-08-09  |  582b  |  23 lines

  1. all: wsmooth.exe
  2.  
  3. wsmooth.res: wsmooth.rc wsmooth.h
  4.     rc -r wsmooth.rc
  5.     rc wsmooth.res
  6.  
  7. wsmooth.obj: wsmooth.c wsmooth wsmooth.h wsmooth2.h
  8.     cl -WX -c -DWINDOWS -AS -Gsw -Oas -Zpe wsmooth.c
  9.  
  10. wsmooth2.obj: wsmooth2.c wsmooth wsmooth.h wsmooth2.h
  11.     cl -WX -c -DWINDOWS -AS -Gsw -Oas -Zpe wsmooth2.c
  12.  
  13. file.obj: file.c wsmooth wsmooth.h wsmooth2.h
  14.     cl -WX -c -DWINDOWS -AS -Gsw -Oas -Zpe file.c
  15.  
  16.  
  17. wsmooth.exe: wsmooth.obj wsmooth2.obj file.obj wsmooth.def wsmooth
  18.     link /NOD wsmooth wsmooth2 file,,, libw slibcew, wsmooth.def
  19.     rc wsmooth.res
  20.  
  21.  
  22.  
  23.